home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Prog / M / LSC213.cpt / DeskMgr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-09-26  |  306 b   |  22 lines  |  [TEXT/KAHL]

  1.  
  2. /*
  3.  *  DeskMgr.h
  4.  *
  5.  *  Copyright (c) 1986, 1987 THINK Technologies, Inc.
  6.  *  These interfaces are based on information copyrighted
  7.  *  by Apple Computer, Inc., 1985, 1986, 1987.
  8.  *
  9.  */
  10.  
  11. #ifndef    _DeskMgr_
  12. #define    _DeskMgr_
  13.  
  14. enum {
  15.     undoCmd,
  16.     cutCmd = 2,
  17.     copyCmd,
  18.     pasteCmd,
  19.     clearCmd
  20. };
  21.  
  22. #endif _DeskMgr_